home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #4 / Amiga Plus CD - 1998 - No. 4.iso / pd / netz / iris / poll.irx < prev    next >
Text File  |  1997-12-25  |  240b  |  10 lines

  1. /* Check periodically for new mail */
  2. do while show('P','IRIS') & show('L','bsdsocket.library')
  3.    address IRIS
  4.    GETMAIL
  5.    SENDMAIL IMMED
  6.    address command
  7.    WAIT 3 MINS
  8. end
  9. say 'Poll.irx ending - TCP/IP and/or Iris is not available.'
  10.